Counter 1,666
Blogroll: Low price nike mens watches | Buy skagen mens watches | Best buy smith wesson mens watches



  diary of ( crazy_maeru )
EwiieZ~* เรื่องบ้าบอ..<title> <meta http-equiv="Content-Type" content="text/html; charset=tis-620"> </head> <style type="text/css"> <!-- .button { font-size: 8pt; background-color: #d1d1d1} .input { font-size: 8pt; background-color: #f9f9f9} hr { border-style: dashed; color: #185aa5;} table,td,font { font-size: 12pt} --> </style> <body bgcolor=black leftmargin="0" topmargin="0" bgproperties="fixed"> <br/> <table width="100%"> <tr><td align="right"> </td></tr> </table> <style> BODY { scrollbar-face-color:#d2691e; scrollbar-shadow-color:#ffffff; scrollbar-highlight-color:#ffffff; scrollbar-3dlight-color:#ffffff; scrollbar-darkshadow-color:#d2691e; scrollbar-track-color:#ffffff; scrollbar-arrow-color:#ffffff; -->} </style> <body background=http://pics.storythai.com/user/wee_zeroten/images/back.jpg> </body> <script src="http://www.clocklink.com/embed.js"></script><script type="text/javascript" language="JavaScript">obj=new Object;obj.clockfile="5012-red.swf";obj.TimeZone="ICT";obj.width=151;obj.height=50;obj.wmode="transparent";showClock(obj);</script> <center> <FORM> <SELECT style="BACKGROUND:#000000; COLOR: #ffffff" onchange=top.location.href=this.form.menu.options.value NAME="menu" size=1> <OPTION SELECTED>หยากไปไดคัยละค๊า.. <OPTION VALUE="http://memmorys_for_U.storythai.com/">ย่าหมิว <OPTION VALUE="http://Fight_For_U.storythai.com/">ป้าดาว <OPTION VALUE="http://once-up-on-atime.storythai.com/">เจ้ปอ <OPTION VALUE="http://GuideZaa_Gez_009.storythai.com/">นังนู๋ไกด์ <OPTION VALUE="http://pal2an_neoz.storythai.com/">นังน้องเฟิน <OPTION VALUE="http://auizza_punchy.storythai.com/">ป้ากาน <OPTION VALUE="http://i_zud_niiz.storythai.com">ยัยอ้อ <OPTION VALUE="http://zon-tiin.storythai.com/">ไดกุ่ม เมรุ <OPTION VALUE="http://rose016.storythai.com">แจน นักบาส <OPTION VALUE="http://pookz_z.storythai.com">พิ๊ปุ๊ก <OPTION VALUE="http://duciiztang.storythai.com">พิ๊แตง </SELECT> <br/> <br/> <style> .shakeimage{position:relative} </style> <script language="JavaScript1.2"> //configure shake degree (where larger # equals greater shake) var rector=3 ///////DONE EDITTING/////////// var stopit=0 var a=1 function init(which){ stopit=0 shake=which shake.style.left=0 shake.style.top=0 } function rattleimage(){ if ((!document.all&&!document.getElementById)||stopit==1) return if (a==1){ shake.style.top=parseInt(shake.style.top)+rector } else if (a==2){ shake.style.left=parseInt(shake.style.left)+rector } else if (a==3){ shake.style.top=parseInt(shake.style.top)-rector } else{ shake.style.left=parseInt(shake.style.left)-rector } if (a<4) a++ else a=1 setTimeout("rattleimage()",50) } function stoprattle(which){ stopit=1 which.style.left=0 which.style.top=0 } </script> <center><img src= "http://pics.storythai.com/user/wee_zeroten/images/w2.gif"class="shakeimage" onMouseover="init(this);rattleimage()" onMouseout="stoprattle(this)"> <p><font color="red" size=3 style=bold> <marquee>●● EwiieZ ●● [[[ โลกกว้างไป หรือใจเทอแคบลง ]]] ♀ ♂ [[ Don't Fotget Till Me Die~!! ]] ●● </marquee></font></p> <STYLE> A:LINK IMG{ filter: Alpha(Opacity=100, FinishOpacity=0, Style=1, StartX=20, StartY=40, FinishX=0, FinishY=0) } A:HOVER IMG{ filter: Blur(Add = 0, Direction = 225, Strength = 1) } A:visited IMG{filter: Alpha(Opacity=100, FinishOpacity=0, Style=1, StartX=20, StartY=40, FinishX=0, FinishY=0) } </STYLE> <script language="JavaScript1.2"> if (document.all) document.body.style.cssText="border:15 inset #d2691e" </script> <SCRIPT LANGUAGE="JavaScript"> // set speed of banner (pause in milliseconds between addition of new character) var speed = 20 // decrease value to increase speed (must be positive) // set pause between completion of message and beginning of following message var pause = 3000 // increase value to increase pause // set initial values var timerID = null var bannerRunning = false // create array var ar = new Array() // assign the strings to the array's elements ar[0] = " คนไม่ดีก้อมีหัวใจ...น้ะเว้ย!!" ar[1] = " ขอบคุนน.. สำหรับทุกอย่าง =] " ar[2] = " ไม่ต้องรักกูก้อได้ ...ให้กูรักมึงก้อพอ" ar[3] = " แค่คำว่า เพื่อน คงให้กูได้น้ะ!!" ar[4] = " ไม่รักกู..เรื่องของมึง " ar[5] = " กูจะรักมึง ..คือเรื่องของกู!!" ar[6] = " ทำงัยดีว๊ะ?? " ar[7] = " EwiieZ' Dial2y" ar[8] = " =] Mae - Ru GangsteR 010 " // assign index of current message var message = 0 // empty string initialization var state = "" // no value is currently being displayed clearState() // stop the banner if it is currently running function stopBanner() { // if banner is currently running if (bannerRunning) // stop the banner clearTimeout(timerID) // timer is now stopped timerRunning = false } // start the banner function startBanner() { // make sure the banner is stopped stopBanner() // start the banner from the current position showBanner() } // assign state a string of "0" characters of the length of the current message function clearState() { // initialize to empty string state = "" // create string of same length containing 0 digits for (var i = 0; i < ar[message].length; ++i) { state += "0" } } // display the current message function showBanner() { // if the current message is done if (getString()) { // increment message message++ // if new message is out of range wrap around to first message if (ar.length <= message) message = 0 // new message is first displayed as empty string clearState() // display next character after pause milliseconds timerID = setTimeout("showBanner()", pause) } else { // initialize to empty string var str = "" // built string to be displayed (only character selected thus far are displayed) for (var j = 0; j < state.length; ++j) { str += (state.charAt(j) == "1") ? ar[message].charAt(j) : " " } // partial string is placed in status bar window.status = str // add another character after speed milliseconds timerID = setTimeout("showBanner()", speed) } } function getString() { // set variable to true (it will stay true unless proven otherwise) var full = true // set variable to false if a free space is found in string (a not-displayed char) for (var j = 0; j < state.length; ++j) { // if character at index j of current message has not been placed in displayed string if (state.charAt(j) == 0) full = false } // return true immediately if no space found (avoid infinitive loop later) if (full) return true // search for random until free space found (braoken up via break statement) while (1) { // a random number (between 0 and state.length - 1 == message.length - 1) var num = getRandom(ar[message].length) // if free space found break infinitive loop if (state.charAt(num) == "0") break } // replace the 0 character with 1 character at place found state = state.substring(0, num) + "1" + state.substring(num + 1, state.length) // return false because the string was not full (free space was found) return false } function getRandom(max) { // create instance of current date var now = new Date() // create a random number (good generator) var num = now.getTime() * now.getSeconds() * Math.random() // cut random number to value between 0 and max - 1, inclusive return num % max } startBanner() // --> </SCRIPT> <object width="300" height="80"><param name="movie" value="http://media.imeem.com/m/Vd3dJhmSOq"></param><param name="wmode" value="transparent"></param><embed src="http://media.imeem.com/m/Vd3dJhmSOq" type="application/x-shockwave-flash" width="300" height="80" wmode="transparent"></embed></object> </option></select></form></form></form></style></style></style></script> <!-- --> <table><tr><td height=5></td></tr></table> <table width=96% border=0 cellspacing=1 cellpadding=1 align=center> <tr> <td width=100% align=center> <table width=98% align=center cellspacing=1 cellpadding=1 border=0 bgcolor=#E5E6E7> <tr> <td height=400 bgcolor=#FAFAFA width=100% valign=top> <table><tr><td height=15></td></tr></table> <table width=100% align=center> <tr> <td width=25></td> <td><font size=+2><b><span id=topic>EwiieZ* ::: ทำบุน :::</span></b></font><br><font size=1><span id=date>15/10/2007 12:05:45</span></font><hr size=1><span id=message><P> </P> <P align=center>กลับมาแล้วคร่า...<BR><BR>ไปเท่วกลับมาและ จิงๆกลับมาตั้งแต่วันที่12และ<BR>แต่ขิ๊เกียดอัพสุดชีพ..555+<BR><BR><FONT color=#ff3399>วันนี้อัพยาวนี้ดนึงงน้า<BR>ถ้าขยันก้ออ่านหั้ยจบล๊ะกัลล<BR>อิอิ<BR></FONT><BR><BR>ก้อวันแรกถึงบ้านปู่ ก้อมั่ยค่อยทำรัยอ่ะ<BR>มีแต่หลับกับนอน เหนื่อยโคดด<BR>นั่งรถจากชลบุรี ไป สุรินทร์อ่ะ<BR>โหยยย ...หลับตลอดทางงง<BR>ไม่ค่อยมีรัยทำเลย.. ยังดีที่มีพี่น้องกะเค้า<BR>เลยชวน <FONT color=#ff0000>คุนท่าน</FONT> ทั้งหลายเล่นเกม <BR>เกมรัยก้อไม่รุอ่ะ  ที่มันมี ตังค์ปลอมกะโฉนดอ่ะ<BR>เออ..ก้อนั่งเล่นไป โทรศัพท์คุยก่าเพื่อนไป<BR><BR>ผลก้อคือ...<BR><BR><FONT color=#ff0000>โดนพี่โกงคับ  มันฉกโฉนดกะตังค์กุแทบเกลี้ยงง<BR></FONT><BR><FONT color=#ffff00>ฟายเหอะเมิงง<BR></FONT><BR><BR>วันที่ 2... ก้อไปทำบุน วันเสียของปู่กะย่า<BR><FONT color=#ff0000>ฝอยทองหร่อยมากก  อยากเหนหน้าคนทำจิงๆ<BR>5555+</FONT></P> <P align=center><IMG class=jpg title=SANY01478 onclick="viewImage('/user/crazy_maeru/images/SANY01478.jpg','268','206');" height=188 src="http://pics.storythai.com/user/crazy_maeru/images/SANY01478.jpg" width=250 border=0><BR><BR>หุหุ  กินข้าววัดหนุกหนานน<BR>เหอๆๆๆ<BR><BR>ตอนเย็นก้อไปดูหนัง บอดี้ศพ 19<BR>หนังฉาย 5โมง  กุไปห้าง 2โมง<BR>กำจิงงๆๆ<BR>น้องกุเลยชวนไปร้อง'เกะ ฆ่าเวลา<BR>คิดสร้างสรรค์ดีจิงๆๆ<BR>ไปถึงน้องกุก้อร้องๆๆๆๆ <BR> <BR><FONT color=#ffff00>มาดนี่แบบ..นักร้องอาชีพ ยังชิดซ้ายอ่ะ<BR></FONT><BR>ถือไมค์คนเดียว ร้องได้ก้อร้อง ร้องไม่ได้ก้อดำน้ามเอา<BR>ยังอุดส่า ดำน้ามอ่ะ เก่งหวะ<BR>หมดไป 100 นึง  คนเดียวเลยย<BR><BR><FONT color=#ff0000>-*-<BR>ดีจิงๆ ไอ้น้องรัก<BR></FONT><BR>แล้วพอ5โมง ก้อไปดูหนัง<BR>น่ากัวดี... แต่หนังมันมึน ดูไปงงไป<BR>กุเลยดูอีกรอบบ... แอร์เย็นได้จัยกุมากมายยอ่ะ<BR>ชอบๆ<BR><BR><IMG class=jpg title=SANY00687 onclick="viewImage('/user/crazy_maeru/images/SANY00687.jpg','268','206');" height=188 src="http://pics.storythai.com/user/crazy_maeru/images/SANY00687.jpg" width=250 border=0><BR><BR><FONT color=#ffcc00>((ท้องฟ้าจภ.ชลฯ วันนึงในช่วงกีฬาสี สวยดี ชอบบ))<BR></FONT><BR>วันสุดท้ายย...<BR>ก้อไปแวะโรงเกลือก่อนกลับ ชลฯ<BR>ของเยอะโค่ดๆ คนก้อเเยะโค่ดๆ  แดดก้อร้อนโค่ดๆ<BR>อะรัยของมันนักว๊า??<BR><BR>แต่ก้อไม่ได้ไรกลับไป<BR><FONT color=#ff0000>ไปทำเพื่อ???<BR>ไปหั้ยดำเล่นๆหรอว๊ะ??<BR></FONT><BR>แล้วแบบว่า กุก้อนั่งรถตุ๊กๆไปอ่ะ<BR>รถตุ๊กๆคันอื่นอ่ะ เค้าก้อเปิดเพลงลูกทุ่งอะรัยกันเงี้ยย<BR>แล้วคันนี้คับ..กูชอบมาก แม่งเปิดเพลง<BR> <BR><FONT color=#ffff00>หัว ไหล่ ตูด~<BR></FONT><BR>แล้วคนขับแม่งโค่ดซิ่งอ่ะ <BR>รีบมากก ..<FONT color=#ff0000>เมียมันจะคลอดลูกหรอว๊ะ?? <BR></FONT>ตอนแรกๆก้อดีอยู่หรอก  ลมเย็นนดี<BR>แต่พอแม่ง <FONT color=#00ccff>ดริ๊ฟ</FONT> ปาดซ้ายที ขวาที<BR><FONT color=#ffff00>ไอเห้~!! ...กุจะเปนลม</FONT>  <BR><FONT color=#ff0000>ทำกู ร้อง หัวไหล่ตูด<BR>เรียกดูว่ามันยังอยู่ครบป่าววว??<BR></FONT><BR>แต่สุดท้ายก้อกลับมาบ้าน  ด้วยอาการครบ 33 ??<BR>(( อะรัยว๊ะ..?? เหอๆๆ))<BR>เสียดายที่ไม่ได้เอากล้องไป<BR>กะว่าจะถ่ายหน้าคนขับมาให้ดู..หึหึ<BR><BR><BR>เออ... วันที่17-28 ต.ค. อ่า<BR>มีงานหนังสือ อ่า..<BR>คัยจะไปมั่งค๊า~!!<BR><BR>ยกมือขึ้นเร้วววว..<BR>เมรุ..ถ้าจะไปบอกกุน้ะ เด๋วไปรับ 5555+<BR>แล้วเจอกันในงานเด้ออ!!<BR><BR><BR>อ่านแล้วเม้นกัลด้วยน้ะๆๆ<BR>อิอิ<BR><BR>= ]<BR></P> </span><br><font size=1><span id=pn>   <a href="/user/crazy_maeru/2589973/0" title="Day before :05/10/2007 12:40:10"><b>«</b> EwiieZ* ::: อัพดิเห้ยย.. </a> <br>   55 Comment</span></font></td> <td width=25></td> </tr> </table> </td> <td width=250 valign=top> <table><tr><td height=2></td></tr></table> <table width=100%> <tr> <td></td> </tr> <tr><td><span id=toplist> <table width="170" cellspacing="0" bordercolordark="#ffffff" cellpadding="2" bordercolorlight="#cccccc" border="1" style="border: 1px solid #999;"> <tr><td> <table width="170" border="0" cellspacing="0" cellpadding="0" bgcolor="white"> <tr> <td style="font-size: 9pt" colspan="2" align="left"> <b><font color="#006699">   <u>Online Diary<u></font></b> </td> </tr> <tr> <td width="5"> </td> <td style=" font-size: 9pt" width="165" align="left">   <img src=http://www2.storythai.com/images/bull.gif hspace=2> <a href="/user/crazy_maeru/2598557/0" title="15/10/2007">EwiieZ* ::: ทำบุน :::</a><br>   <img src=http://www2.storythai.com/images/bull.gif hspace=2> <a href="/user/crazy_maeru/2589973/0" title="05/10/2007">EwiieZ* ::: อัพดิเห้ยย..</a><br>   <img src=http://www2.storythai.com/images/bull.gif hspace=2> <a href="/user/crazy_maeru/2586120/0" title="01/10/2007">......เมื่อไหร่จะรัก..</a><br>   <img src=http://www2.storythai.com/images/bull.gif hspace=2> <a href="/user/crazy_maeru/2581497/0" title="26/09/2007">EwiieZ* ::: ซ + เอง =..</a><br>   <img src=http://www2.storythai.com/images/bull.gif hspace=2> <a href="/user/crazy_maeru/2579030/0" title="23/09/2007">:: SicK ::</a><br>   <img src=http://www2.storythai.com/images/bull.gif hspace=2> <a href="/user/crazy_maeru/2569074/0" title="08/09/2007">EwiieZ* ::: อัพ..เองก้..</a><br>   <img src=http://www2.storythai.com/images/bull.gif hspace=2> <a href="/user/crazy_maeru/2540797/0" title="11/08/2007">EwiieZ* ::: UpZ* ,, กั..</a><br>   <img src=http://www2.storythai.com/images/bull.gif hspace=2> <a href="/user/crazy_maeru/2530770/0" title="01/08/2007">EwjjeZ* ::: เท่ว :::</a><br>   <img src=http://www2.storythai.com/images/bull.gif hspace=2><u title="Not Allow To Read"> * Begin ,, เริ่มใหม่</u><br> [ <b>0</b> ] </b> </td></tr> <tr> <td width="5"> </td> <td width="165"> </td> </tr> </table> </td></tr> </table></span></td></tr> </table> </form> <form name="form1" method="post" action="http://www3.storythai.com/engine/comment.php"> <table width="170" cellspacing="0" bordercolordark="#ffffff" cellpadding="2" bordercolorlight="#cccccc" border="1" style="border: 1px solid #999;"> <tr> <td> <table width="170" cellspacing=0 cellpadding=0 bgcolor=white> <tr> <td width="10"> </td> <td width="158" style=" font-size: 8pt"><b><font color="#006699"><u>Comment here</u></font></b></td> </tr> <tr> <td width="10" > </td> <td width="158" style=" font-size: 8pt"><b>name/email</b></td> </tr> <tr> <td width="10" > </td> <td width="158" > <input type="text" name="name" style=" font-size: 7pt" title="name/email/Icon code" value=""> </td> </tr> <tr> <td width="10" > </td> <td width="158" > <input type="text" name="homepage" style=" font-size: 7pt" value="http://" title="homepage"> </td> </tr> <tr> <td width="10"> </td> <td width="158" ><b style=" font-size: 8pt">message</b> <font size=1><a href=javascript:openIcon("iconlist.php") title="Click here to add Icon toy">Icon toy</a></font></td> </tr> <tr> <td width="10"> </td> <td width="158" > <textarea name="msg" rows="5" cols="26" style=" font-size: 8pt" title="html disable, Icon enable"></textarea> </td> </tr> <tr> <td width="10" > </td> <td width="158" > <input type=hidden name=membername value="crazy_maeru"> <input type=hidden name=page value="2598557"> <input type=hidden name=return value="/user/crazy_maeru/2598557&page=2598557&com=y"> <input type="submit" name="Submit" value="Submit" style=" font-size: 7pt"> <input type="reset" name="Submit" value="Reset" style=" font-size: 7pt"><br><font size=1> * Please <a href=./login.php>login</a> before use Icon</font> </td> </tr> <tr> <td width="10" bg > </td> <td width="158" bg > </td> </tr> </table> </td></tr></table> </form> <br> <table width=170><form method=get action="./go.php" target=_blank><tr><td> <select name="url" style="font-size: 8pt; background-color: f9f9f9"> <option>- My diarylist -</option> <option value="http://www.storythai.com/user/pal2an_neoz/">FeRn : pal2an_neoz</option> <option value="http://www.storythai.com/user/once-up-on-atime/">PoR : once-up-on-atime</option> </select> <input type=submit value="Go" style="font-size: 8pt; background-color: f9f9f9"></td></tr></form></table> </td> </tr> </table> </td> </tr> </table> <table><tr><td height=15></td></tr></table> <table width=94% align=center><tr><td> <span id=comment> <br><br><font color=green><b><u>Comment message</u></b></font> <br><br> <b title="princess_sanson"><a href="http://princess_sanson.storythai.com/" target=_top>,,*•พลอยกิ๊ก_____))</a></b> <font size=1>Post date :</font> 18/10/2007 20:10:49 น. <br> <font size=1>Comment : 671 <a href="http://ws.arin.net/cgi-bin/whois.pl?queryinput=124.120.207.49" target=_blank><img src=http://www2.storythai.com/images/ip.gif border=0></a> <a href="http://princess_sanson.storythai.com/" target=_top><u>homepage</u></a> <a href=javascript:openDel("http://www3.storythai.com/engine/diarydelcomment.php?page=2598557&membername=crazy_maeru&cid=671")><u>x</u></a></font> <br><br> เอ่อ มันชื่อเกม เจ้าสั่วอัคราชมหาเศรษฐี ป่าวหว่า??<br /> <br /> <br /> ไม่แน่ใจอ่ะ แต่บ้านพลอยก้อมี อ่ะ แหะๆ<br /> <br /> เหอะๆ ท่าทางๆคนขับยังวัยสะรุ่นอยู่ป่ะ <br /> <br /> <br /> วันงานหนังสือ อยากไปมากๆ แต่ป๊าไม่ให้ไป<br /> เซงมากเรยอ่ะๆๆๆ อยากไป อยากไป<br /> <br /> <br /> เทคแคร์ค่ะ <hr size=1 noshade size=96% align=left color=d1d1d1> <b title="crazy_maeru"><a href="http://crazy_maeru.storythai.com" target=_top>Ewiiez~*</a></b> <font size=1>Post date :</font> 18/10/2007 19:40:30 น. <br> <font size=1>Comment : 670 <a href="http://ws.arin.net/cgi-bin/whois.pl?queryinput=58.136.217.64" target=_blank><img src=http://www2.storythai.com/images/ip.gif border=0></a> <a href="http://crazy_maeru.storythai.com" target=_top><u>homepage</u></a> <a href=javascript:openDel("http://www3.storythai.com/engine/diarydelcomment.php?page=2598557&membername=crazy_maeru&cid=670")><u>x</u></a></font> <br><br> <br /> <br /> <br /> <br /> <br /> นอน  =] <hr size=1 noshade size=96% align=left color=d1d1d1> <b title="agiftek"><a href="http://storythai.com/user/agiftek/" target=_top>gift</a></b> <font size=1>Post date :</font> 18/10/2007 19:28:38 น. <br> <font size=1>Comment : 669 <a href="http://ws.arin.net/cgi-bin/whois.pl?queryinput=58.9.199.165" target=_blank><img src=http://www2.storythai.com/images/ip.gif border=0></a> <a href="http://storythai.com/user/agiftek/" target=_top><u>homepage</u></a> <a href=javascript:openDel("http://www3.storythai.com/engine/diarydelcomment.php?page=2598557&membername=crazy_maeru&cid=669")><u>x</u></a></font> <br><br> ....ไดสวยยยยย จี๊ดดดเลย อิอิอิ<br /> <br />   อยากเม้นต์ๆ<br /> <br />   มาเม้นต์ไดเราบ้างน๊า <br /> <br /> เพิ่งทำเอง แหะๆ <hr size=1 noshade size=96% align=left color=d1d1d1> <b title="t_s_zz"><a href="http://storythai.com/user/t_s_zz/" target=_top>TT_SS</a></b> <font size=1>Post date :</font> 18/10/2007 19:06:45 น. <br> <font size=1>Comment : 668 <a href="http://ws.arin.net/cgi-bin/whois.pl?queryinput=125.27.31.180" target=_blank><img src=http://www2.storythai.com/images/ip.gif border=0></a> <a href="http://storythai.com/user/t_s_zz/" target=_top><u>homepage</u></a> <a href=javascript:openDel("http://www3.storythai.com/engine/diarydelcomment.php?page=2598557&membername=crazy_maeru&cid=668")><u>x</u></a></font> <br><br> 55++<br /> <br /> อยากกินฝอยทองบ้างจัง<br /> <br /> <br /> ชลบุรีบ้านเราสวยจิ๊งงๆๆๆ<br /> <br /> <br /> 55+<br /> <br /> บ๊ะบาย<br /> <br /> เทคแคร์จ้ะ <hr size=1 noshade size=96% align=left color=d1d1d1> <b title="soundcrazyhz"><a href="http://soundcrazyhz.storythai.com" target=_top>:p ซาวด์เคซี่</a></b> <font size=1>Post date :</font> 18/10/2007 18:43:38 น. <br> <font size=1>Comment : 667 <a href="http://ws.arin.net/cgi-bin/whois.pl?queryinput=203.113.60.73" target=_blank><img src=http://www2.storythai.com/images/ip.gif border=0></a> <a href="http://soundcrazyhz.storythai.com" target=_top><u>homepage</u></a> <a href=javascript:openDel("http://www3.storythai.com/engine/diarydelcomment.php?page=2598557&membername=crazy_maeru&cid=667")><u>x</u></a></font> <br><br> ;p เที่ยวสุรินทร์<br /> <br /> <br /> <br /> <br /> เป็นคนสุรินทร์ไปอยู่ชลบุรีล๋อ<br /> <br /> <br /> <br /> ปิดเทอมเนี้ย  เรายังไม่ได้เที่ยวเลย<br /> <br /> <br /> <br /> <br /> ก่ะยกยอดไปปิดเทอมใหญ่โน้น<br /> <br /> <br /> <br /> <br /> ๓ เดือน ไปเลย คิคิ ต้องติดเรียนพิเศษเเน่ๆๆเรย<br /> <br /> <br /> <br /> เราไปเเร้วนะ<br /> <br /> <br /> <br /> เยี่ยมไดเราบ้างนะ<br /> <br /> <br /> Tc... <hr size=1 noshade size=96% align=left color=d1d1d1> <b title="crazy_maeru"><a href="http://crazy_maeru.storythai.com" target=_top>Ewiiez~*</a></b> <font size=1>Post date :</font> 18/10/2007 17:39:36 น. <br> <font size=1>Comment : 666 <a href="http://ws.arin.net/cgi-bin/whois.pl?queryinput=58.136.217.64" target=_blank><img src=http://www2.storythai.com/images/ip.gif border=0></a> <a href="http://crazy_maeru.storythai.com" target=_top><u>homepage</u></a> <a href=javascript:openDel("http://www3.storythai.com/engine/diarydelcomment.php?page=2598557&membername=crazy_maeru&cid=666")><u>x</u></a></font> <br><br> เหนื่อยหวะ!!<br /> <br /> <br /> <br /> <br /> <br /> <br /> <br /> สุดตรีน นน<br /> จิงๆ<br /> <br /> =[ <hr size=1 noshade size=96% align=left color=d1d1d1> <b title="muupee_tm"><a href="http://muupee_tm.storythai.com" target=_top>Tha_aa</a></b> <font size=1>Post date :</font> 18/10/2007 15:05:31 น. <br> <font size=1>Comment : 665 <a href="http://ws.arin.net/cgi-bin/whois.pl?queryinput=125.27.25.56" target=_blank><img src=http://www2.storythai.com/images/ip.gif border=0></a> <a href="http://muupee_tm.storythai.com" target=_top><u>homepage</u></a> <a href=javascript:openDel("http://www3.storythai.com/engine/diarydelcomment.php?page=2598557&membername=crazy_maeru&cid=665")><u>x</u></a></font> <br><br> __000000___00000 <br /> _00000000_0000000 <br /> _0000000000000000 <br /> __00000000000000 <br /> ____00000000000 <br /> _______00000 <br /> _________0 <br /> ________*__000000___00000 <br /> _______*__00000000_0000000 <br /> ______*___0000000000000000 <br /> ______*____00000000000000 <br /> _______*_____00000000000 <br /> ________*_______00000 <br /> _________*________0 <br /> _000000___00000___* <br /> 00000000_0000000___* <br /> 0000000000000000____* <br /> _00000000000000_____* <br /> ___00000000000_____* <br /> ______00000_______* <br /> ________0________* <br /> ________*__000000___00000 <br /> _______*__00000000_0000000 <br /> ______*___0000000000000000 <br /> ______*____00000000000000 <br /> ______*______00000000000 <br /> _______*________00000 <br /> ________*_________0 <br /> _________*________* <br /> ___________________* <br /> ____________________*<br /> <br /> ขอบคุณสำหรับคออมเม้นน้า<br /> <br /> <br /> มาเม้นให้จร๊าๆๆๆๆๆๆ<br /> <br /> <br /> ไปทำบุญมาหรอดีจัง<br /> <br /> <br /> อนุโมทนาด้วยน้า<br /> <br /> <br /> เค้าอัพแระละ<br /> <br /> <br /> แวะมาไดเค้าบ่อยๆน่า<br /> <br /> <br /> ขอให้เค้าเตอร์พุ้งๆละ<br /> <br /> <br /> *เทคแคร์ <hr size=1 noshade size=96% align=left color=d1d1d1> <b title="aiipla_yimwaan"><a href="http://aiipla_yimwaan.storythai.com" target=_top>aiipla</a></b> <font size=1>Post date :</font> 18/10/2007 14:47:35 น. <br> <font size=1>Comment : 664 <a href="http://ws.arin.net/cgi-bin/whois.pl?queryinput=203.113.81.9" target=_blank><img src=http://www2.storythai.com/images/ip.gif border=0></a> <a href="http://aiipla_yimwaan.storythai.com" target=_top><u>homepage</u></a> <a href=javascript:openDel("http://www3.storythai.com/engine/diarydelcomment.php?page=2598557&membername=crazy_maeru&cid=664")><u>x</u></a></font> <br><br> ผ่านมาhaloo<br /> <br /> :]<br /> <br /> **TC <hr size=1 noshade size=96% align=left color=d1d1d1> <b title=""><a href="http://ladybugs.storythai.com" target=_top>^O^ นู้จุ้ยจัง</a></b> <font size=1>Post date :</font> 17/10/2007 22:31:35 น. <br> <font size=1>Comment : 663 <a href="http://ws.arin.net/cgi-bin/whois.pl?queryinput=125.26.140.88" target=_blank><img src=http://www2.storythai.com/images/ip.gif border=0></a> <a href="http://ladybugs.storythai.com" target=_top><u>homepage</u></a> <a href=javascript:openDel("http://www3.storythai.com/engine/diarydelcomment.php?page=2598557&membername=crazy_maeru&cid=663")><u>x</u></a></font> <br><br> โอ๊ะ  โอ  ไปทำบุญมาเหรอ<br /> <br /> <br /> ขอให้ได้บุญเยอะ ๆ น่ะ<br /> <br /> <br /> เราอยากมีเพื่อนใหม่ ๆ น่ะก็เลย<br /> <br /> แวะมาทักทาย<br /> <br /> แอะแต่ว่าทำบุญไมหมดตังเยอะจัง  ดูหนังร้องเพลง<br /> ยังไงก็ดูแลตัวเองด้วยน่ะว่า  หัว<br /> ไหล่ ตูดยังอยู่ครบป่ะ <hr size=1 noshade size=96% align=left color=d1d1d1> <b title="pookz_z"><u><a href="http://pookz_z.storythai.com" target=_top><img src="http://pics.storythai.com/user/pookz_z/images/storythai-dot-com-2625194.jpg" width=300 height=225 border=0 title="pookz_z 's diary"></a></u></b> <font size=1>Post date :</font> 17/10/2007 21:25:11 น. <br> <font size=1>Comment : 662 <a href="http://ws.arin.net/cgi-bin/whois.pl?queryinput=203.113.81.7" target=_blank><img src=http://www2.storythai.com/images/ip.gif border=0></a> <a href=javascript:openDel("http://www3.storythai.com/engine/diarydelcomment.php?page=2598557&membername=crazy_maeru&cid=662")><u>x</u></a></font> <br><br> <br /> <br /> นี่นังวี<br /> <br /> <br /> ช้นอัพไดแร้วนะย่ะ<br /> <br /> <br /> <br /> ทามมัยมึงไม่อัพซักกะทีเนี่ย?<br /> <br /> <br /> <br /> เน่าว่ะ 5 5<br /> <br /> <br /> <br /> เจอกัลเปิดเทอมเด็กแรงงานของชั้น ^^<br /> <br /> <br /> <br /> มิสมิส* <hr size=1 noshade size=96% align=left color=d1d1d1> <b title="viewkybar"><u><a href="http://viewkybar.storythai.com" target=_top><img src="http://pics.storythai.com/user/viewkybar/images/storythai-dot-com-2600085.jpg" width=200 height=267 border=0 title="viewkybar 's diary"></a></u></b> <font size=1>Post date :</font> 17/10/2007 18:55:00 น. <br> <font size=1>Comment : 661 <a href="http://ws.arin.net/cgi-bin/whois.pl?queryinput=58.10.96.36" target=_blank><img src=http://www2.storythai.com/images/ip.gif border=0></a> <a href=javascript:openDel("http://www3.storythai.com/engine/diarydelcomment.php?page=2598557&membername=crazy_maeru&cid=661")><u>x</u></a></font> <br><br> อยากกินหนม 5555+<br /> แว๊ะมาเม้นคืนก่อนไปดองต่อค่ะ<br /> รอบนี้เม้นน้อยอย่างอล 55 <hr size=1 noshade size=96% align=left color=d1d1d1> <b title="rose016"><a href="http://rose016.storythai.com" target=_top>Janniz</a></b> <font size=1>Post date :</font> 17/10/2007 17:18:38 น. <br> <font size=1>Comment : 660 <a href="http://ws.arin.net/cgi-bin/whois.pl?queryinput=203.113.80.15" target=_blank><img src=http://www2.storythai.com/images/ip.gif border=0></a> <a href="http://rose016.storythai.com" target=_top><u>homepage</u></a> <a href=javascript:openDel("http://www3.storythai.com/engine/diarydelcomment.php?page=2598557&membername=crazy_maeru&cid=660")><u>x</u></a></font> <br><br> ไดมึง โค้ดเยอะไปป๊ะ<br /> <br /> พิมช้าเกินปัยนร้ามึง<br /> <br /> เหอ กรุส์กลับมาแล้ว<br /> <br /> คอมแม่ง เอาไปฟอร์แมตใหม่<br /> <br /> อิอิ ทีซีว่ะ <hr size=1 noshade size=96% align=left color=d1d1d1> <b title="namtan_lovely"><a href="http://namtan_lovely.storythai.com" target=_top>NamTanz*</a></b> <font size=1>Post date :</font> 17/10/2007 14:07:03 น. <br> <font size=1>Comment : 659 <a href="http://ws.arin.net/cgi-bin/whois.pl?queryinput=58.9.164.57" target=_blank><img src=http://www2.storythai.com/images/ip.gif border=0></a> <a href="http://namtan_lovely.storythai.com" target=_top><u>homepage</u></a> <a href=javascript:openDel("http://www3.storythai.com/engine/diarydelcomment.php?page=2598557&membername=crazy_maeru&cid=659")><u>x</u></a></font> <br><br> กลับมาอีกรอบ<br /> เราอับไดแล้วนะ<br /> *มิสจ้า* <hr size=1 noshade size=96% align=left color=d1d1d1> <b title="dek-hear-club"><a href="http://dek-hear-club.storythai.com" target=_top>DeK_HeaR'z</a></b> <font size=1>Post date :</font> 17/10/2007 12:49:59 น. <br> <font size=1>Comment : 658 <a href="http://ws.arin.net/cgi-bin/whois.pl?queryinput=222.123.88.12" target=_blank><img src=http://www2.storythai.com/images/ip.gif border=0></a> <a href="http://dek-hear-club.storythai.com" target=_top><u>homepage</u></a> <a href=javascript:openDel("http://www3.storythai.com/engine/diarydelcomment.php?page=2598557&membername=crazy_maeru&cid=658")><u>x</u></a></font> <br><br> เย้ยย  ย<br /> เท่วเยอะเกิ๊นน น<br /> อิดช๋าๆๆ<br /> <br /> บะบาย มิสๆ* <hr size=1 noshade size=96% align=left color=d1d1d1> <b title="crazy_maeru"><a href="http://crazy_maeru.storythai.com" target=_top>Ewiiez~*</a></b> <font size=1>Post date :</font> 17/10/2007 12:17:33 น. <br> <font size=1>Comment : 657 <a href="http://ws.arin.net/cgi-bin/whois.pl?queryinput=58.136.197.120" target=_blank><img src=http://www2.storythai.com/images/ip.gif border=0></a> <a href="http://crazy_maeru.storythai.com" target=_top><u>homepage</u></a> <a href=javascript:openDel("http://www3.storythai.com/engine/diarydelcomment.php?page=2598557&membername=crazy_maeru&cid=657")><u>x</u></a></font> <br><br> <br /> <br /> <br /> <br /> <br /> เหน็ดเหนื่อยกะความรัก*<br /> เหน็ดเหนื่อยกะการต้องเหลือเพียงเรา~*<br /> <br /> คิดถึงเมรุ*<br /> อยากไปร.ร.<br /> <br /> =[ <hr size=1 noshade size=96% align=left color=d1d1d1> <b title="like_"><a href="http://like_.storythai.com" target=_top>-MinIMinT-</a></b> <font size=1>Post date :</font> 17/10/2007 11:46:27 น. <br> <font size=1>Comment : 656 <a href="http://ws.arin.net/cgi-bin/whois.pl?queryinput=125.24.111.250" target=_blank><img src=http://www2.storythai.com/images/ip.gif border=0></a> <a href="http://like_.storythai.com" target=_top><u>homepage</u></a> <a href=javascript:openDel("http://www3.storythai.com/engine/diarydelcomment.php?page=2598557&membername=crazy_maeru&cid=656")><u>x</u></a></font> <br><br> ___ท้องฟ้า<br /> <br /> ออกจะมึด ๆเนอะ<br /> <br /> สวย ๆ<br /> tc* <hr size=1 noshade size=96% align=left color=d1d1d1> <b title="mu_zub"><u><a href="http://mu_zub.storythai.com" target=_top><img src="http://pics.storythai.com/user/mu_zub/images/storythai-dot-com-2623391.jpg" width=300 height=150 border=0 title="mu_zub 's diary"></a></u></b> <font size=1>Post date :</font> 17/10/2007 11:11:35 น. <br> <font size=1>Comment : 655 <a href="http://ws.arin.net/cgi-bin/whois.pl?queryinput=203.113.81.5" target=_blank><img src=http://www2.storythai.com/images/ip.gif border=0></a> <a href=javascript:openDel("http://www3.storythai.com/engine/diarydelcomment.php?page=2598557&membername=crazy_maeru&cid=655")><u>x</u></a></font> <br><br> วันนี้คุณคิดตึงชั้นละยังคร่า<br /> <br /> <br /> <br /> ♥ ร๊ากคุณนะคร่า * <hr size=1 noshade size=96% align=left color=d1d1d1> <b title="energy-nazz"><a href="http://energy-nazz.storythai.com" target=_top>* ( ( ( Nazz-energy ) ) ) ,, ,</a></b> <font size=1>Post date :</font> 17/10/2007 11:06:42 น. <br> <font size=1>Comment : 654 <a href="http://ws.arin.net/cgi-bin/whois.pl?queryinput=222.123.120.2" target=_blank><img src=http://www2.storythai.com/images/ip.gif border=0></a> <a href="http://energy-nazz.storythai.com" target=_top><u>homepage</u></a> <a href=javascript:openDel("http://www3.storythai.com/engine/diarydelcomment.php?page=2598557&membername=crazy_maeru&cid=654")><u>x</u></a></font> <br><br> แว๊ปๆมา<br /> <br /> <br /> <br /> มาเม้นๆๆๆๆๆๆละก้เม้น<br /> <br /> <br /> <br /> <br /> <br /> อัพแลวค่ะตามๆๆ<br /> <br /> <br /> <br /> แฮฟอะไนท์เดย์น๊า<br /> <br /> <br /> <br /> บะบาย <hr size=1 noshade size=96% align=left color=d1d1d1> <b title="zyyah"><a href="http://zyyah.storythai.com" target=_top>o(‧'''‧)o εїз Sand</a></b> <font size=1>Post date :</font> 17/10/2007 10:44:14 น. <br> <font size=1>Comment : 653 <a href="http://ws.arin.net/cgi-bin/whois.pl?queryinput=125.27.4.3" target=_blank><img src=http://www2.storythai.com/images/ip.gif border=0></a> <a href="http://zyyah.storythai.com" target=_top><u>homepage</u></a> <a href=javascript:openDel("http://www3.storythai.com/engine/diarydelcomment.php?page=2598557&membername=crazy_maeru&cid=653")><u>x</u></a></font> <br><br>          อัพแร้ว<br /> <br /> <br /> <br /> <br /> <br /> <br /> <br /> <br /> <br /> <br /> <br /> <br /> เม้นเม้นเม้น<br /> <br /> <hr size=1 noshade size=96% align=left color=d1d1d1> <b title="binbring"><u><a href="http://binbring.storythai.com" target=_top><img src="http://pics.storythai.com/user/binbring/images/storythai-dot-com-2610597.gif" width=200 height=186 border=0 title="binbring 's diary"></a> <a href="http://binbring.storythai.com" target=_top><img src="http://pics.storythai.com/user/binbring/images/storythai-dot-com-2610598.gif" width=200 height=186 border=0 title="binbring 's diary"></a></u></b> <font size=1>Post date :</font> 17/10/2007 10:32:24 น. <br> <font size=1>Comment : 652 <a href="http://ws.arin.net/cgi-bin/whois.pl?queryinput=125.26.189.109" target=_blank><img src=http://www2.storythai.com/images/ip.gif border=0></a> <a href=javascript:openDel("http://www3.storythai.com/engine/diarydelcomment.php?page=2598557&membername=crazy_maeru&cid=652")><u>x</u></a></font> <br><br> * เที่ยวสุริน<br /> <br /> คงหนุกน่าดูเรย<br /> <br /> * อยากกินฝอยทอง<br /> <br /> กิ๊ว ว <hr size=1 noshade size=96% align=left color=d1d1d1> <b title="19931"><a href="http://19931.storythai.com" target=_top>MeemeE</a></b> <font size=1>Post date :</font> 17/10/2007 10:04:41 น. <br> <font size=1>Comment : 651 <a href="http://ws.arin.net/cgi-bin/whois.pl?queryinput=58.8.186.198" target=_blank><img src=http://www2.storythai.com/images/ip.gif border=0></a> <a href="http://19931.storythai.com" target=_top><u>homepage</u></a> <a href=javascript:openDel("http://www3.storythai.com/engine/diarydelcomment.php?page=2598557&membername=crazy_maeru&cid=651")><u>x</u></a></font> <br><br> จ่ะๆ<br /> สู้ๆเพือ่นคะแนน<br /> 5555+<br /> <hr size=1 noshade size=96% align=left color=d1d1d1> <b title="19931"><a href="http://19931.storythai.com" target=_top>MeemeE</a></b> <font size=1>Post date :</font> 17/10/2007 09:50:57 น. <br> <font size=1>Comment : 650 <a href="http://ws.arin.net/cgi-bin/whois.pl?queryinput=58.8.186.198" target=_blank><img src=http://www2.storythai.com/images/ip.gif border=0></a> <a href="http://19931.storythai.com" target=_top><u>homepage</u></a> <a href=javascript:openDel("http://www3.storythai.com/engine/diarydelcomment.php?page=2598557&membername=crazy_maeru&cid=650")><u>x</u></a></font> <br><br> โวว้ดีๆจ่ะ<br /> เราอัพแล้วนะค่ะ<br /> มาเม้นให้ด้วย<br /> ทีซี** <hr size=1 noshade size=96% align=left color=d1d1d1> <b title="pal2an_neoz"><u> <a href="http://pal2an_neoz.storythai.com" target=_top><img src="http://pics.storythai.com/user/pal2an_neoz/images/storythai-dot-com-2622619.gif" width=130 height=200 border=0 title="pal2an_neoz 's diary"></a></u></b> <font size=1>Post date :</font> 17/10/2007 09:50:17 น. <br> <font size=1>Comment : 649 <a href="http://ws.arin.net/cgi-bin/whois.pl?queryinput=125.27.29.179" target=_blank><img src=http://www2.storythai.com/images/ip.gif border=0></a> <a href=javascript:openDel("http://www3.storythai.com/engine/diarydelcomment.php?page=2598557&membername=crazy_maeru&cid=649")><u>x</u></a></font> <br><br> <br /> <br /> <br /> <br /> <br /> <br /> <br /> <br /> ถึงกูจะเพศม่ะด้าย<br /> <br /> <br /> <br /> ยังไง<br /> <br /> <br /> ดีวะ<br /> <br /> <br /> ไม่รุ<br /> <br /> <br /> ดิ่<br /> <br /> <br /> ^^<br /> <br /> <br /> ปายกีกว่า^^ <hr size=1 noshade size=96% align=left color=d1d1d1> <b title="crazy_maeru"><a href="http://crazy_maeru.storythai.com" target=_top>Ewiiez~*</a></b> <font size=1>Post date :</font> 17/10/2007 09:38:43 น. <br> <font size=1>Comment : 648 <a href="http://ws.arin.net/cgi-bin/whois.pl?queryinput=58.136.197.120" target=_blank><img src=http://www2.storythai.com/images/ip.gif border=0></a> <a href="http://crazy_maeru.storythai.com" target=_top><u>homepage</u></a> <a href=javascript:openDel("http://www3.storythai.com/engine/diarydelcomment.php?page=2598557&membername=crazy_maeru&cid=648")><u>x</u></a></font> <br><br> ตื่นนน <br /> <br /> ตื๊นน น<br /> <br /> ตื่นนนน<br /> <br /> <br /> กริ้ วว ๆๆ<br /> <br /> =] <hr size=1 noshade size=96% align=left color=d1d1d1> <b title=""><a href="http://gudezaa_gez_009.storythai.com" target=_top>___~*Ediug*~___</a></b> <font size=1>Post date :</font> 16/10/2007 20:29:42 น. <br> <font size=1>Comment : 647 <a href="http://ws.arin.net/cgi-bin/whois.pl?queryinput=124.120.94.228" target=_blank><img src=http://www2.storythai.com/images/ip.gif border=0></a> <a href="http://gudezaa_gez_009.storythai.com" target=_top><u>homepage</u></a> <a href=javascript:openDel("http://www3.storythai.com/engine/diarydelcomment.php?page=2598557&membername=crazy_maeru&cid=647")><u>x</u></a></font> <br><br> โหย วีวี่ เข้าวัด<br /> <br /> <br /> <br />          มิน่าบ้านเค้าฝนตกหนัก<br /> <br /> <br /> <br />  ทุกวันเรย ย<br /> <br /> <br /> <br />           ว่าแต่เข้าวัด<br /> <br /> <br /> <br /> ร้อนมากมั๊ยนั่น<br /> <br /> <br /> <br />                  สงสานจิง ง<br /> <br /> <br /> <br />         ไปทรมานตัวเองทำม้าย<br /> <br /> <br /> <br /> เออ แล้วงานหนังสืออะ<br /> <br /> <br /> <br />           ยังม่าได้ถามคุนพ่อเร้ย<br /> <br /> <br /> <br />     ถ้าถามแรเวจาบอกอีกทีน๊า<br /> <br /> <br /> <br />                  ไปละ บาย ทีซี<br /> <br /> <br /> <br />      จีบียู จ๊วฟ ฟ <hr size=1 noshade size=96% align=left color=d1d1d1> <b title="mu_zub"><u><a href="http://mu_zub.storythai.com" target=_top><img src="http://pics.storythai.com/user/mu_zub/images/storythai-dot-com-2623391.jpg" width=300 height=150 border=0 title="mu_zub 's diary"></a></u></b> <font size=1>Post date :</font> 16/10/2007 19:27:29 น. <br> <font size=1>Comment : 646 <a href="http://ws.arin.net/cgi-bin/whois.pl?queryinput=203.113.81.6" target=_blank><img src=http://www2.storythai.com/images/ip.gif border=0></a> <a href=javascript:openDel("http://www3.storythai.com/engine/diarydelcomment.php?page=2598557&membername=crazy_maeru&cid=646")><u>x</u></a></font> <br><br> ไดจ๋วยจังเยยย<br /> <br /> <br /> ชอบชอบ <hr size=1 noshade size=96% align=left color=d1d1d1> <b title="crazy_maeru"><a href="http://crazy_maeru.storythai.com" target=_top>Ewiiez~*</a></b> <font size=1>Post date :</font> 16/10/2007 18:09:31 น. <br> <font size=1>Comment : 645 <a href="http://ws.arin.net/cgi-bin/whois.pl?queryinput=58.136.194.89" target=_blank><img src=http://www2.storythai.com/images/ip.gif border=0></a> <a href="http://crazy_maeru.storythai.com" target=_top><u>homepage</u></a> <a href=javascript:openDel("http://www3.storythai.com/engine/diarydelcomment.php?page=2598557&membername=crazy_maeru&cid=645")><u>x</u></a></font> <br><br> อยากยุติ..ชีวิตเพ้อๆ..<br /> <br /> ไม่อยากคุยไม่อยากพบเจอ..<br /> <br /> ไม่อยากจะเผลอ  รักเทออีกคร้งงง.....<br /> <br /> <br /> <br /> <br /> T^T<br /> <br /> ถ้าเมิงทักมา กุก้อทักกลับแล้วว<br /> ทำไมมั่ยทักกู????<br /> <br /> <br /> เบื่ออออ....ความรุสึกแบบนี้<br /> <br /> จะไปทางไหนดี???<br /> <br /> =[ <hr size=1 noshade size=96% align=left color=d1d1d1> <b title=""><u>รีราะ</u></b> <font size=1>Post date :</font> 16/10/2007 15:12:28 น. <br> <font size=1>Comment : 644 <a href="http://ws.arin.net/cgi-bin/whois.pl?queryinput=203.113.81.164" target=_blank><img src=http://www2.storythai.com/images/ip.gif border=0></a> <a href=javascript:openDel("http://www3.storythai.com/engine/diarydelcomment.php?page=2598557&membername=crazy_maeru&cid=644")><u>x</u></a></font> <br><br> ไดสวยดิ<br /> เราก่อยุท้องฟ้าเดียวกันปิดเทอม<br /> รักสาสีผิวดิดินะ<br /> เดียว...มะชอบอะ <hr size=1 noshade size=96% align=left color=d1d1d1> <b title="badsbads"><a href="http://storythai.com/user/badsbads/" target=_top>NOONKUNG</a></b> <font size=1>Post date :</font> 16/10/2007 15:04:47 น. <br> <font size=1>Comment : 643 <a href="http://ws.arin.net/cgi-bin/whois.pl?queryinput=125.25.31.205" target=_blank><img src=http://www2.storythai.com/images/ip.gif border=0></a> <a href="http://storythai.com/user/badsbads/" target=_top><u>homepage</u></a> <a href=javascript:openDel("http://www3.storythai.com/engine/diarydelcomment.php?page=2598557&membername=crazy_maeru&cid=643")><u>x</u></a></font> <br><br> ทำบุญๆ ได้บุญเพียบเลยงั้น<br /> <br /> ของนุ่นพรุ่งนี้ถึงจะได้ทำ<br /> <br /> เหอๆ ไดสวยได้ใจไปอีก<br /> <br /> นุ่นอัพแล้วค๊าฟมาโฉบบบบบๆ <hr size=1 noshade size=96% align=left color=d1d1d1> <b title="mu_zub"><a href="http://pookz_z.storythai.com/" target=_top>ปอ.ปุ๊กกี้</a></b> <font size=1>Post date :</font> 16/10/2007 14:52:16 น. <br> <font size=1>Comment : 642 <a href="http://ws.arin.net/cgi-bin/whois.pl?queryinput=203.113.81.7" target=_blank><img src=http://www2.storythai.com/images/ip.gif border=0></a> <a href="http://pookz_z.storythai.com/" target=_top><u>homepage</u></a> <a href=javascript:openDel("http://www3.storythai.com/engine/diarydelcomment.php?page=2598557&membername=crazy_maeru&cid=642")><u>x</u></a></font> <br><br> <br /> <br /> เข้าวัดได้ด้วยหรอ?<br /> <br /> ร้อนป่ะน่ะ? <br /> 5 5 <br /> <br /> <br /> <br /> <br /> เที่ยวใหญ่เรยย ย**<br /> <br /> <br /> <br /> เปิดเทอมงานเข้า<br /> ตายย ย**<br /> <br /> <br /> <br /> เด๋วจาอัพแร้ว ฟูลจามาแร้ว<br /> <br /> <br /> รักนะจ๊ะ เด็กแรงงาน<br /> <br /> ♥<br /> <hr size=1 noshade size=96% align=left color=d1d1d1> <b title="zheecz"><a href="http://zheecz.storythai.com/" target=_top>zheecz</a></b> <font size=1>Post date :</font> 16/10/2007 14:50:13 น. <br> <font size=1>Comment : 641 <a href="http://ws.arin.net/cgi-bin/whois.pl?queryinput=210.203.178.238" target=_blank><img src=http://www2.storythai.com/images/ip.gif border=0></a> <a href="http://zheecz.storythai.com/" target=_top><u>homepage</u></a> <a href=javascript:openDel("http://www3.storythai.com/engine/diarydelcomment.php?page=2598557&membername=crazy_maeru&cid=641")><u>x</u></a></font> <br><br> อยากไปเที่ยวมั่ง<br /> อยู่บ้านเบื่อมั่กมาย <hr size=1 noshade size=96% align=left color=d1d1d1> <b title="crazy_maeru"><a href="http://crazy_maeru.storythai.com" target=_top>Ewiiez~*</a></b> <font size=1>Post date :</font> 16/10/2007 11:24:38 น. <br> <font size=1>Comment : 640 <a href="http://ws.arin.net/cgi-bin/whois.pl?queryinput=58.136.196.3" target=_blank><img src=http://www2.storythai.com/images/ip.gif border=0></a> <a href="http://crazy_maeru.storythai.com" target=_top><u>homepage</u></a> <a href=javascript:openDel("http://www3.storythai.com/engine/diarydelcomment.php?page=2598557&membername=crazy_maeru&cid=640")><u>x</u></a></font> <br><br> <br /> <br /> <br /> ช่วยงานแม่<br /> <br /> มีนช่างง ง<br /> <br /> <br /> เหน็ดเหนื่อยยยนัก<br /> <br /> T^T<br /> <br /> <br /> มั่ยเปนรัยๆ<br /> <br /> เพื่อกะตังค์<br /> <br /> กูทำได้!!!!<br /> <br /> <br /> =] <hr size=1 noshade size=96% align=left color=d1d1d1> <b title="once-up-on-atime"><a href="http://once-up-on-atime.storythai.com" target=_top>por__once-up*</a></b> <font size=1>Post date :</font> 16/10/2007 10:04:47 น. <br> <font size=1>Comment : 639 <a href="http://ws.arin.net/cgi-bin/whois.pl?queryinput=203.113.81.100" target=_blank><img src=http://www2.storythai.com/images/ip.gif border=0></a> <a href="http://once-up-on-atime.storythai.com" target=_top><u>homepage</u></a> <a href=javascript:openDel("http://www3.storythai.com/engine/diarydelcomment.php?page=2598557&membername=crazy_maeru&cid=639")><u>x</u></a></font> <br><br> <br /> ออนเวลาไหนหล่ะ??<br /> ทำไมกุไม่เจอเนี่ย<br /> ไม่มีเพื่อนคุยเลย เซ็ง~<br /> <br /> <br /> หยากไปจิงๆนะเนี่ย<br /> แต่คงไปไม่ได้หว่ะ<br /> ระยะทางไกลชิบ<br /> เอาเปนว่าทนอีกหน่อย<br /> เด๋วกุก้ได้ไปเปนเดกกทม.แล้ว<br /> 555+ (อีกเทอมๆ)<br /> <br /> <br /> ไม่เจอหรอก ไม่เจอ<br /> เพราะกุไม่ได้ไป<br /> ก้เรยไม่เจอไง<br /> <br /> <br /> .<br /> .<br /> .<br /> <br /> <br /> Chaichana 0nly !! <hr size=1 noshade size=96% align=left color=d1d1d1> <b title="19931"><a href="http://19931.storythai.com" target=_top>MeemeE</a></b> <font size=1>Post date :</font> 16/10/2007 09:22:46 น. <br> <font size=1>Comment : 638 <a href="http://ws.arin.net/cgi-bin/whois.pl?queryinput=58.8.189.135" target=_blank><img src=http://www2.storythai.com/images/ip.gif border=0></a> <a href="http://19931.storythai.com" target=_top><u>homepage</u></a> <a href=javascript:openDel("http://www3.storythai.com/engine/diarydelcomment.php?page=2598557&membername=crazy_maeru&cid=638")><u>x</u></a></font> <br><br> กว่าจาอัพเนอะ<br /> <br /> เราไม่อ้วนหรอก<br /> <br /> ตอนนี้ไม่กินขนมเยอะแล้ว<br /> <br /> เดี๋ยวเปิดเทอมไปอ้วนแย่เลย<br /> <br /> ไม่ดีๆ<br /> <br /> <hr size=1 noshade size=96% align=left color=d1d1d1> <b title=""><a href="http://duciiztang.storythai.com" target=_top>T A N G Z</a></b> <font size=1>Post date :</font> 16/10/2007 08:34:51 น. <br> <font size=1>Comment : 637 <a href="http://ws.arin.net/cgi-bin/whois.pl?queryinput=124.157.246.213" target=_blank><img src=http://www2.storythai.com/images/ip.gif border=0></a> <a href="http://duciiztang.storythai.com" target=_top><u>homepage</u></a> <a href=javascript:openDel("http://www3.storythai.com/engine/diarydelcomment.php?page=2598557&membername=crazy_maeru&cid=637")><u>x</u></a></font> <br><br> สวยดีหว่ะ.....<br /> <br /> <br /> <br /> <br /> ชอบมากเลย<br /> <br /> <br /> <br /> <br /> ไดอะนะ<br /> <br /> <br /> <br /> ไปวัดมาเหรอ<br /> <br /> <br /> <br /> เข้าวัดได้ด้วย<br /> <br /> <br /> <br /> ไม่ร้อนไง<br /> <br /> <br /> <br /> น้องร้องเพลงเพราะ<br /> <br /> <br /> <br /> จิงอะ<br /> <br /> <br /> <br /> เอามาร้องหั้ยฟังมั้งดิ<br /> <br /> <br /> <br /> ทีซี   รักนะ <hr size=1 noshade size=96% align=left color=d1d1d1> <b title="miss_crazy"><a href="http://miss_crazy.storythai.com" target=_top> Crazy_ติ๊ดตี่</a></b> <font size=1>Post date :</font> 15/10/2007 20:35:40 น. <br> <font size=1>Comment : 636 <a href="http://ws.arin.net/cgi-bin/whois.pl?queryinput=125.27.3.233" target=_blank><img src=http://www2.storythai.com/images/ip.gif border=0></a> <a href="http://miss_crazy.storythai.com" target=_top><u>homepage</u></a> <a href=javascript:openDel("http://www3.storythai.com/engine/diarydelcomment.php?page=2598557&membername=crazy_maeru&cid=636")><u>x</u></a></font> <br><br> อัพแระเน้อ<br /> <br /> <br /> อัพแระจ้า<br /> <br /> <br /> <br /> อัพแระน๊า<br /> <br /> <br /> เทคแคร์มากมาย<br /> <br /> <br /> <br /> บะบายน๊า <hr size=1 noshade size=96% align=left color=d1d1d1> <b title="littleangel_iris"><a href="http://littleangel_iris.storythai.com" target=_top>นางฟ้าน้อย</a></b> <font size=1>Post date :</font> 15/10/2007 18:19:01 น. <br> <font size=1>Comment : 635 <a href="http://ws.arin.net/cgi-bin/whois.pl?queryinput=203.113.61.71" target=_blank><img src=http://www2.storythai.com/images/ip.gif border=0></a> <a href="http://littleangel_iris.storythai.com" target=_top><u>homepage</u></a> <a href=javascript:openDel("http://www3.storythai.com/engine/diarydelcomment.php?page=2598557&membername=crazy_maeru&cid=635")><u>x</u></a></font> <br><br> วู๊......<br /> <br /> อยากกินมั่งจังฝอยทองอ้ะ<br /> <br /> ไปเที่ยวหนุกมากป๊ะ<br /> <br /> โชคดี มีฟามสุขในวาระปิดเทอมนี้น๊าค๊า<br /> <br /> ***มิสสสสสส <hr size=1 noshade size=96% align=left color=d1d1d1> <b title="pal2an_neoz"><u> <a href="http://pal2an_neoz.storythai.com" target=_top><img src="http://pics.storythai.com/user/pal2an_neoz/images/storythai-dot-com-2620499.gif" width=200 height=250 border=0 title="pal2an_neoz 's diary"></a></u></b> <font size=1>Post date :</font> 15/10/2007 18:16:01 น. <br> <font size=1>Comment : 634 <a href="http://ws.arin.net/cgi-bin/whois.pl?queryinput=125.27.31.244" target=_blank><img src=http://www2.storythai.com/images/ip.gif border=0></a> <a href=javascript:openDel("http://www3.storythai.com/engine/diarydelcomment.php?page=2598557&membername=crazy_maeru&cid=634")><u>x</u></a></font> <br><br> <br /> <br /> <br /> <br /> <br /> <br /> <br /> <br /> <br /> <br /> <br /> เม้นว่ะ-*- <hr size=1 noshade size=96% align=left color=d1d1d1> <b title="crazy_maeru"><a href="http://crazy_maeru.storythai.com" target=_top>Ewiiez~*</a></b> <font size=1>Post date :</font> 15/10/2007 18:12:09 น. <br> <font size=1>Comment : 633 <a href="http://ws.arin.net/cgi-bin/whois.pl?queryinput=58.136.219.211" target=_blank><img src=http://www2.storythai.com/images/ip.gif border=0></a> <a href="http://crazy_maeru.storythai.com" target=_top><u>homepage</u></a> <a href=javascript:openDel("http://www3.storythai.com/engine/diarydelcomment.php?page=2598557&membername=crazy_maeru&cid=633")><u>x</u></a></font> <br><br> กินข้าววว<br /> <br /> นอนนนน<br /> <br /> โตไวๆๆๆๆ<br /> <br /> <br /> <br /> 55555555555+<br /> <br /> <br /> =P <hr size=1 noshade size=96% align=left color=d1d1d1> <b title=""><a href="http://cha_aimo_o@hotmail.com" target=_top>cha-aim</a></b> <font size=1>Post date :</font> 15/10/2007 18:10:58 น. <br> <font size=1>Comment : 632 <a href="http://ws.arin.net/cgi-bin/whois.pl?queryinput=125.27.74.116" target=_blank><img src=http://www2.storythai.com/images/ip.gif border=0></a> <a href="http://cha_aimo_o@hotmail.com" target=_top><u>homepage</u></a> <a href=javascript:openDel("http://www3.storythai.com/engine/diarydelcomment.php?page=2598557&membername=crazy_maeru&cid=632")><u>x</u></a></font> <br><br> เม้นค๊าบบบบ<br /> <br /> ใช้คำแต่ละคำโดนใจมากเลยว่ะ<br /> <br /> อิอิ<br /> <br /> เม้นแล้วนะ<br /> <br /> บาย <hr size=1 noshade size=96% align=left color=d1d1d1> <b title=""><a href="http://namtan_lovely.storythai.com" target=_top>NamTanz*</a></b> <font size=1>Post date :</font> 15/10/2007 17:39:18 น. <br> <font size=1>Comment : 631 <a href="http://ws.arin.net/cgi-bin/whois.pl?queryinput=58.9.162.86" target=_blank><img src=http://www2.storythai.com/images/ip.gif border=0></a> <a href="http://namtan_lovely.storythai.com" target=_top><u>homepage</u></a> <a href=javascript:openDel("http://www3.storythai.com/engine/diarydelcomment.php?page=2598557&membername=crazy_maeru&cid=631")><u>x</u></a></font> <br><br> คิดว่าจะไปงานหนังสือเหมือนกันแต่ไม่รุ<br /> จะไปเปล่า<br /> เกมที่ว่าอ่ะเค้าเรียกว่าเกมส์<br /> เศรษฐีใช่ป่ะ<br /> ตอนเด็ก ๆ เล่นบ่อย<br /> อยากดู bodyบ้างจัง<br /> น่าดูมาก ๆ<br /> <br /> รูปสวยมากเลยถ่ายเองป่ะ<br /> อาทิตย์ทรงกดป่ะ<br /> สวยๆๆๆๆ<br /> **มิสนะ**<br /> <hr size=1 noshade size=96% align=left color=d1d1d1> <b title=""><a href="http://iimook.storythai.com" target=_top>Mook</a></b> <font size=1>Post date :</font> 15/10/2007 17:39:03 น. <br> <font size=1>Comment : 630 <a href="http://ws.arin.net/cgi-bin/whois.pl?queryinput=124.120.109.40" target=_blank><img src=http://www2.storythai.com/images/ip.gif border=0></a> <a href="http://iimook.storythai.com" target=_top><u>homepage</u></a> <a href=javascript:openDel("http://www3.storythai.com/engine/diarydelcomment.php?page=2598557&membername=crazy_maeru&cid=630")><u>x</u></a></font> <br><br> ดีๆค่า<br /> มาเม้นค่ะ<br /> ดีอ่ะได้ไปเที่ยว<br /> เรายังไม่ได้ไปไหนเล๊ยยยย <hr size=1 noshade size=96% align=left color=d1d1d1> <b title="redsident"><a href="http://redsident.storythai.com" target=_top>amz</a></b> <font size=1>Post date :</font> 15/10/2007 17:22:20 น. <br> <font size=1>Comment : 629 <a href="http://ws.arin.net/cgi-bin/whois.pl?queryinput=125.26.123.118" target=_blank><img src=http://www2.storythai.com/images/ip.gif border=0></a> <a href="http://redsident.storythai.com" target=_top><u>homepage</u></a> <a href=javascript:openDel("http://www3.storythai.com/engine/diarydelcomment.php?page=2598557&membername=crazy_maeru&cid=629")><u>x</u></a></font> <br><br> อู้ยอาทิดทรงกดดดดดดดด<br /> <br /> <br /> ได้ได้ไงเคิ๊บบบบบบ<br /> <br /> อแอมอัพแย้วววว<br /> <br /> อิอิ<br /> <br /> ทีซีค้าบบบบบบ <hr size=1 noshade size=96% align=left color=d1d1d1> <b title="secretzy_of_cookiez"><u><a href="http://secretzy_of_cookiez.storythai.com" target=_top><img src="http://pics.storythai.com/user/secretzy_of_cookiez/images/storythai-dot-com-2543732.jpg" width=347 height=249 border=0 title="secretzy_of_cookiez 's diary"></a></u></b> <font size=1>Post date :</font> 15/10/2007 17:21:11 น. <br> <font size=1>Comment : 628 <a href="http://ws.arin.net/cgi-bin/whois.pl?queryinput=203.113.45.69" target=_blank><img src=http://www2.storythai.com/images/ip.gif border=0></a> <a href=javascript:openDel("http://www3.storythai.com/engine/diarydelcomment.php?page=2598557&membername=crazy_maeru&cid=628")><u>x</u></a></font> <br><br> อิจฮาๆ อยากไปบ้างเกิดมาเยงไม่เคยกินฝอยทองเลยอ่าอยกกินบ้างจังบอดี้ก็อยากดูเห็นเค้าว่ากันว่างง วันหลังลองดันน้องออกเทปดิ๊เผื่อดังอิอร้อยนึงร้องไปได้หลายสิบเพลงเลยอ่าดิ๊น่าหนุก <hr size=1 noshade size=96% align=left color=d1d1d1> <b title="crazy_maeru"><a href="http://crazy_maeru.storythai.com" target=_top>Ewiiez~*</a></b> <font size=1>Post date :</font> 15/10/2007 16:43:16 น. <br> <font size=1>Comment : 627 <a href="http://ws.arin.net/cgi-bin/whois.pl?queryinput=58.136.219.211" target=_blank><img src=http://www2.storythai.com/images/ip.gif border=0></a> <a href="http://crazy_maeru.storythai.com" target=_top><u>homepage</u></a> <a href=javascript:openDel("http://www3.storythai.com/engine/diarydelcomment.php?page=2598557&membername=crazy_maeru&cid=627")><u>x</u></a></font> <br><br> ทำโครงงานนนน<br /> <br /> ช่างเปนอะรัยที่น่าเบื่อออออ..<br /> <br /> <br /> <br /> <br /> <br /> <br /> <br /> อ๊า กกกกก<br /> <br /> <br /> <br /> <br /> <br /> เหม็นกระเทียมเว้ยยย<br /> <br /> <br /> =[ <hr size=1 noshade size=96% align=left color=d1d1d1> <b title="dizziz_deweiez"><a href="http://dizziz_deweiez.storythai.com" target=_top>d3w3!3z</a></b> <font size=1>Post date :</font> 15/10/2007 16:31:43 น. <br> <font size=1>Comment : 626 <a href="http://ws.arin.net/cgi-bin/whois.pl?queryinput=125.27.212.221" target=_blank><img src=http://www2.storythai.com/images/ip.gif border=0></a> <a href="http://dizziz_deweiez.storythai.com" target=_top><u>homepage</u></a> <a href=javascript:openDel("http://www3.storythai.com/engine/diarydelcomment.php?page=2598557&membername=crazy_maeru&cid=626")><u>x</u></a></font> <br><br> อิจฉาอ่า...อยากไปมั่ง<br /> หมกตัวอยู่แต่ในกรุงเทพฯ<br /> เห็นบรรยากาศแล้ว<br /> อยากไปมาก ๆ <br /> ***บอดี้ศพฯ ก็ยังไม่ได้ดู<br /> --------------------<br /> --------<br /> -<br /> เหอ ๆ ขำตอนที่เล่าเรื่องน้องร้องเกะอ่ะ<br /> นึกถึกเพื่อนขึ้นมาเรย<br /> อารมณ์ประมาณเดวกัน<br /> ถึงจะเหนื่อยตอนเดินทาง<br /> แต่ก็หนุกหนาน ๆ นะเนี่ย<br /> ***ทีซีจ่ะ <hr size=1 noshade size=96% align=left color=d1d1d1> <b title="memmorys_for_u"><a href="http://Memmorys_for_u.storythai.com" target=_top>Miew_002_LOVE_SJ&YVXQ</a></b> <font size=1>Post date :</font> 15/10/2007 16:31:07 น. <br> <font size=1>Comment : 625 <a href="http://ws.arin.net/cgi-bin/whois.pl?queryinput=203.113.81.103" target=_blank><img src=http://www2.storythai.com/images/ip.gif border=0></a> <a href="http://Memmorys_for_u.storythai.com" target=_top><u>homepage</u></a> <a href=javascript:openDel("http://www3.storythai.com/engine/diarydelcomment.php?page=2598557&membername=crazy_maeru&cid=625")><u>x</u></a></font> <br><br> เออ<br /> <br /> เด๋วเค้าไปงานหนังสือด้วย<br /> <br /> มารัยกุที<br /> <br /> อยากไปโรงเกลือของถูก<br /> <br /> เดิ้นสุดแระ<br /> <br /> อ๊ากกกกกกกกก<br /> <br /> วันนี้แหกตาตื่นมาดูTVXQตั้งแต่7โมง<br /> <br /> เกือบบ้าตายย<br /> <br /> เพื่อดงบังกุทำด้ายยย<br /> <br /> ร๊ากSJ&TVXQ<br /> <br /> O_o<br /> <br /> <br /> <br /> <hr size=1 noshade size=96% align=left color=d1d1d1> <b title="unfoolish-pimppf"><u>. .Fergaliciouszz z *</u></b> <font size=1>Post date :</font> 15/10/2007 16:20:41 น. <br> <font size=1>Comment : 624 <a href="http://ws.arin.net/cgi-bin/whois.pl?queryinput=125.25.227.168" target=_blank><img src=http://www2.storythai.com/images/ip.gif border=0></a> <a href=javascript:openDel("http://www3.storythai.com/engine/diarydelcomment.php?page=2598557&membername=crazy_maeru&cid=624")><u>x</u></a></font> <br><br> อ่านะ คถ.ชมพู<br /> <br /> <br /> <br /> <br /> <br /> <br /> <br /> <br /> <br /> <br /> <br /> <br /> <br /> <br /> <br /> <br /> <br /> <br /> อ่านอิดฉาหว่ะได้ไปเท่ว เค้าอยุ่แค่บ้านน<br /> รุบท้องฟ้า จภสวยน๊ะ<br /> ช๊อบออะ อิอิ<br /> รักน้า ๆๆๆ ๆๆ จุ๊ ฟฟฟ ฟ ๆ<br /> <br /> =] *<br /> <br /> <br /> <hr size=1 noshade size=96% align=left color=d1d1d1> <b title="once-up-on-atime"><a href="http://once-up-on-atime.storythai.com" target=_top>por__once-up*</a></b> <font size=1>Post date :</font> 15/10/2007 14:48:29 น. <br> <font size=1>Comment : 623 <a href="http://ws.arin.net/cgi-bin/whois.pl?queryinput=203.113.81.100" target=_blank><img src=http://www2.storythai.com/images/ip.gif border=0></a> <a href="http://once-up-on-atime.storythai.com" target=_top><u>homepage</u></a> <a href=javascript:openDel("http://www3.storythai.com/engine/diarydelcomment.php?page=2598557&membername=crazy_maeru&cid=623")><u>x</u></a></font> <br><br> <br /> จิ้งจกยักษื !!<br /> ก้ไดโนเสาร์ไง<br /> เรียกให้มันน่ารัก 55+<br /> <br /> .<br /> .<br /> .<br /> <br /> งานหนังสือ??<br /> มึงจะไปเหรอ??<br /> หยากไปดิ่<br /> จะมารับจิงป่าวว่ะ??<br /> <br /> .<br /> .<br /> .<br /> <br /> เออ คงจะได้เจอหรอก<br /> คงไม่บังเอิญขนาด<br /> ไปวันเดวกันหรอก<br /> งานนี้คนเยอะจะตาย<br /> ขนาดกุไปถึง มทส.<br /> ยังไม่เจอกระต่ายน้อยเลย<br /> T_T เศร้า *<br /> <br /> .<br /> .<br /> .<br /> <br /> ออน m บ้างป่าวเนี่ย??<br /> ทำไมไม่เจอเรยว่ะ!!<br /> หยากคุยด้วยอ่ะ<br /> <br /> <br /> <br /> <hr size=1 noshade size=96% align=left color=d1d1d1> <b title="z-i3ree_do2"><a href="http://z-i3ree_do2.storythai.com" target=_top>nicknackz</a></b> <font size=1>Post date :</font> 15/10/2007 14:37:45 น. <br> <font size=1>Comment : 622 <a href="http://ws.arin.net/cgi-bin/whois.pl?queryinput=203.113.51.202" target=_blank><img src=http://www2.storythai.com/images/ip.gif border=0></a> <a href="http://z-i3ree_do2.storythai.com" target=_top><u>homepage</u></a> <a href=javascript:openDel("http://www3.storythai.com/engine/diarydelcomment.php?page=2598557&membername=crazy_maeru&cid=622")><u>x</u></a></font> <br><br> ทำบุญๆๆๆๆๆ<br /> <br /> ชาติหน้าจาได้ สวยๆ รวยๆ อีก<br /> <br /> <br /> อิอิอิ<br /> <br /> TC* จ้า<br /> <br /> ฝากไดด้วยๆๆ <hr size=1 noshade size=96% align=left color=d1d1d1> <b title="toomtam_only"><a href="http://toomtam_only.storythai.com" target=_top>TooMTaM</a></b> <font size=1>Post date :</font> 15/10/2007 14:27:25 น. <br> <font size=1>Comment : 621 <a href="http://ws.arin.net/cgi-bin/whois.pl?queryinput=58.9.221.42" target=_blank><img src=http://www2.storythai.com/images/ip.gif border=0></a> <a href="http://toomtam_only.storythai.com" target=_top><u>homepage</u></a> <a href=javascript:openDel("http://www3.storythai.com/engine/diarydelcomment.php?page=2598557&membername=crazy_maeru&cid=621")><u>x</u></a></font> <br><br> ได้ไปเที่ยวด้วยน่าหนุกจัง<br /> <br /> แวะไปหากานบ้างน้า<br /> <br /> TC*จ้า <hr size=1 noshade size=96% align=left color=d1d1d1> <b title="yui-kung"><u>P!mMiezZ</u></b> <font size=1>Post date :</font> 15/10/2007 13:15:00 น. <br> <font size=1>Comment : 620 <a href="http://ws.arin.net/cgi-bin/whois.pl?queryinput=117.47.30.131" target=_blank><img src=http://www2.storythai.com/images/ip.gif border=0></a> <a href=javascript:openDel("http://www3.storythai.com/engine/diarydelcomment.php?page=2598557&membername=crazy_maeru&cid=620")><u>x</u></a></font> <br><br> ดีจ้า<br /> มาเม้นห้ายน้าา<br /> ตุ๊กตุ๊ก ตีนผี <br /> อิอิ<br /> <a href="http://yui-kung.storythai.com/" target="_blank">http://yui-kung.storythai.com/</a><br /> <br /> ฝากไดด้วยนะ<br /> จะมาบ่อยๆคร่ะ <hr size=1 noshade size=96% align=left color=d1d1d1> <b title="praewve"><a href="http://praewve.storythai.com" target=_top>praewve</a></b> <font size=1>Post date :</font> 15/10/2007 13:10:09 น. <br> <font size=1>Comment : 619 <a href="http://ws.arin.net/cgi-bin/whois.pl?queryinput=124.120.48.88" target=_blank><img src=http://www2.storythai.com/images/ip.gif border=0></a> <a href="http://praewve.storythai.com" target=_top><u>homepage</u></a> <a href=javascript:openDel("http://www3.storythai.com/engine/diarydelcomment.php?page=2598557&membername=crazy_maeru&cid=619")><u>x</u></a></font> <br><br> หวาดดีค้รา<br /> <br /> ไดสวยดีนะค้รา<br /> <br /> ไปเที่ยวมา<br /> <br /> คงหนุกน่าดูนะค้รา<br /> <br /> ไงก้อมีความสุขมากมากนะค้รา<br /> <br /> ไปละค้รา<br /> <br /> มิสยุ วว ว ว ว <hr size=1 noshade size=96% align=left color=d1d1d1> <b title="zalapaoza"><a href="http://zalapaoza.storythai.com" target=_top>zalapaoza</a></b> <font size=1>Post date :</font> 15/10/2007 13:03:11 น. <br> <font size=1>Comment : 618 <a href="http://ws.arin.net/cgi-bin/whois.pl?queryinput=222.123.124.90" target=_blank><img src=http://www2.storythai.com/images/ip.gif border=0></a> <a href="http://zalapaoza.storythai.com" target=_top><u>homepage</u></a> <a href=javascript:openDel("http://www3.storythai.com/engine/diarydelcomment.php?page=2598557&membername=crazy_maeru&cid=618")><u>x</u></a></font> <br><br> ดีจ้า  เม้นหั้ยแล้วนะ  คิดถึงนะ  ปัยล่ะ  <br /> ฟิ้วววววววววววววววววว <hr size=1 noshade size=96% align=left color=d1d1d1> <b title="crazy_maeru"><a href="http://crazy_maeru.storythai.com" target=_top>Ewiiez~*</a></b> <font size=1>Post date :</font> 15/10/2007 12:51:14 น. <br> <font size=1>Comment : 617 <a href="http://ws.arin.net/cgi-bin/whois.pl?queryinput=58.136.199.95" target=_blank><img src=http://www2.storythai.com/images/ip.gif border=0></a> <a href="http://crazy_maeru.storythai.com" target=_top><u>homepage</u></a> <a href=javascript:openDel("http://www3.storythai.com/engine/diarydelcomment.php?page=2598557&membername=crazy_maeru&cid=617")><u>x</u></a></font> <br><br> เม้นคับ~<br /> <br /> =] <hr size=1 noshade size=96% align=left color=d1d1d1> </span> </td></tr></table> </BODY> </HTML><!-- tpl cache --> <br> <span style='font-family: "MS Sans Serif";font-size: 8pt; '>     [ <a href=javascript:openAdd("http://www.storythai.com/engine/mail2diarist.php?membername=crazy_maeru")><span style='font-family: "MS Sans Serif";font-size: 8pt'><u>ส่งเมลล์ถึงเจ้าของไดอารี่</u></span></a> | <a href=javascript:openAdd("http://www.storythai.com/engine/diaryaddtomylist.php?membername=crazy_maeru")><span style='font-family: "MS Sans Serif";font-size: 8pt'><u>แอด:crazy_maeru -> diarylist</u></span></a> | <a href=javascript:openAdd("http://www.storythai.com/engine/tellfriends.php?topic=แนะนำเว็ปจ้า&url=http://www.storythai.com/user/crazy_maeru")><span style='font-family: "MS Sans Serif";font-size: 8pt'><u>แนะนำได:crazy_maeru ให้เพื่อนๆ</u></span></a> ] </span> <table><tr><td height=1></td></tr></table> <font style="font-size:9pt; ">     <A HREF="/privacy.html">PRIVACY POLICY</A> | <A HREF="/disclaimer.html">DISCLAIMER</A> | <A HREF="/help">HELP</A> | <A HREF="/home/ads">ADS</A> | <A HREF="/engine/mailto_webmaster.php">CONTACT</A> <BR>    COPYRIGHT © <font size=1>2000-2007</font> <A HREF="http://www.storythai.com">STORYTHAI.COM</A>., ALL RIGHT RESERVED. <BR> <script type="text/javascript" src="http://beta.storythai.com/staff/lh/track.js"></script>